Get a message by id

This method returns the message that matches the entered ID.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
message_id
required
integer

The message's ID.

Responses
200

Message object

404

Message not found

get/messages/{message_id}
Response samples
application/json
{
  • "account_id": 1,
  • "address": "bc1q2kqvs8wx455lw2f69j5z34emypjup07fp0fcrp",
  • "created_by": 5,
  • "created_on": "2019-08-24T14:15:22Z",
  • "data": "Welcome to the web3",
  • "id": 0,
  • "last_request": 3,
  • "message_type": "EIP-191",
  • "notes": [
    ],
  • "signature": "0x",
  • "status": "PENDING_APPROVAL",
  • "type": "MESSAGE_SIGNATURE"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.